projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7aec64
)
testgtk: Stop using gdk_surface_set_icon_name
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 1 Mar 2020 17:32:50 +0000
(12:32 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 12 Mar 2020 18:56:20 +0000
(14:56 -0400)
Its not useful api, and will disappear.
tests/testgtk.c
patch
|
blob
|
history
diff --git
a/tests/testgtk.c
b/tests/testgtk.c
index d160d680730d0ff3374d615ef3ee14a1cdbc380a..67f649b1aa9b8f166a79cd32da0853b479d4edae 100644
(file)
--- a/
tests/testgtk.c
+++ b/
tests/testgtk.c
@@
-4682,8
+4682,6
@@
create_wmhints (GtkWidget *widget)
g_object_unref (texture);
g_object_unref (pixbuf);
- gdk_surface_set_icon_name (gdk_surface, "WMHints Test Icon");
-
gdk_surface_set_decorations (gdk_surface, GDK_DECOR_ALL | GDK_DECOR_MENU);
gdk_surface_set_functions (gdk_surface, GDK_FUNC_ALL | GDK_FUNC_RESIZE);